
/*底部*/

@media screen and (max-width: 1000px) {
  .footbox{
    display: none;
  }
  .jbxx{
    display: none;
  }
  .foot-m{background-color: #d52014; font-size:1rem; color:#FFBFBF; text-align:center; line-height:1.5rem; padding:1rem 0; width: 100%; height: 3rem;}
  .foot-m a{color:#FFBFBF;}
  body{min-height: 100vh;}
  #cnzz_stat_icon_1281295470 a img{display: none;}
}


@media screen and (min-width:1000PX){
  html,body{max-width:none;font-family:"微软雅黑","宋体";font-size:16px;}

  .footbox { position: relative; 
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: 250px;
    padding: 40px 0;
    margin-top: 40px;
    line-height: 18px;
    white-space: nowrap;
    color: #fff;
    min-width:1280px;
    line-height: 32px;
    text-align: center;
    color: #333;
  }
    .foot-nav{
      height: 50px;
      background-color: #d71d21;
      line-height: 50px;
      margin-bottom: 55px;
      display: flex;
    justify-content: center;
  }
  .foot-nav .scys{
    width: 200px;
    position: relative;
  }
  .foot-nav .scys img{
    width: 65%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -35px;
  }
  .foot-nav a{
    color: #fff !important;
  }
.footbox a{
  position: relative;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  width:100%;

  line-height: 18px;
  white-space: nowrap;
  color: #333;
  min-width:1280px;
  line-height: 30px;
  text-align: center;
  padding: 10px;
}

.footbox a:hover{
  color: #000;
}

.foot-m{display: none;} 

/*举报信息*/
.jbxx{
  width: 100%;
  display: flex;
  flex-direction: row;
  height: 72px;
  justify-content: center;
  padding-bottom: 20px;
}
.jbxx .jbxx_item{
  width: 252px;
  height: 72px;
  margin-left: 10px;
}
.jbxx .jbxx_item .jbxx_img{
  width: 100%;
  height: 100%;
}

 }




